Function windows_native::ntmmapi::NtLockVirtualMemory
source · pub unsafe extern "system" fn NtLockVirtualMemory(
ProcessHandle: HANDLE,
BaseAddress: *mut *mut c_void,
RegionSize: *mut usize,
MapType: u32
) -> NTSTATUS