Function try_with_capacity_unchecked

Source
pub unsafe fn try_with_capacity_unchecked(
    capacity: usize,
    align: usize,
    size_of: usize,
) -> Result<*mut u8, TryReserveError>