pub unsafe fn VirtualUnlockEx<P0>(
    process: P0,
    address: *const c_void,
    size: usize
) -> BOOL
where P0: IntoParam<HANDLE>,