pub unsafe extern "system" fn RtlCreateMemoryZone(
    MemoryZone: *mut *mut c_void,
    InitialSize: usize,
    Flags: u32
) -> NTSTATUS