Function windows::Win32::System::Memory::VirtualAllocFromApp
pub unsafe fn VirtualAllocFromApp(
baseaddress: Option<*const c_void>,
size: usize,
allocationtype: VIRTUAL_ALLOCATION_TYPE,
protection: u32,
) -> *mut c_void