pub unsafe extern "C" fn PxVirtualAllocator_allocate_mut(
    self_: *mut PxVirtualAllocator,
    size: usize,
    file: *const c_char,
    line: i32
) -> *mut c_void