pub unsafe extern "system" fn MmMapUserAddressesToPage(
    baseaddress: *const c_void,
    numberofbytes: usize,
    pageaddress: *const c_void,
) -> NTSTATUS