Function with_alloca_bytes

Source
pub fn with_alloca_bytes<R, F: FnOnce(&mut [MaybeUninit<u8>]) -> R>(
    layout: Layout,
    f: F,
) -> R