pub unsafe extern "system" fn VirtualProtectFromApp(
    address: *const c_void,
    size: usize,
    newprotection: u32,
    oldprotection: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Foundation"