#[unsafe(no_mangle)]pub unsafe extern "C" fn copy_from_kernel(
to: *mut u8,
length: usize,
) -> StatusExpand description
ยงSafety
Conditions for code::slice::from_raw_parts are not violated
C interface to crate::copy_from_kernel Rust implementation