Function magenta_sys::mx_vmar_protect [] [src]

pub unsafe extern "C" fn mx_vmar_protect(
    vmar_handle: mx_handle_t,
    addr: usize,
    len: usize,
    prot_flags: u32
) -> mx_status_t