Function windows_sys::Win32::System::Memory::VirtualAllocFromApp

pub unsafe extern "system" fn VirtualAllocFromApp(
    baseaddress: *const c_void,
    size: usize,
    allocationtype: VIRTUAL_ALLOCATION_TYPE,
    protection: u32,
) -> *mut c_void