#[unsafe(no_mangle)]pub unsafe extern "C" fn rust_user_copy_user_out_ptr_write(
ptr: UserOutPtr<u32>,
val: u32,
) -> zx_status_tExpand description
ยงSafety
Caller must ensure ptr points to valid memory.
#[unsafe(no_mangle)]pub unsafe extern "C" fn rust_user_copy_user_out_ptr_write(
ptr: UserOutPtr<u32>,
val: u32,
) -> zx_status_tCaller must ensure ptr points to valid memory.