pub unsafe fn RtlWriteNonVolatileMemory(
    nvtoken: *const c_void,
    nvdestination: *mut c_void,
    source: *const c_void,
    size: usize,
    flags: u32
) -> u32