pub unsafe extern "system" fn RtlGetNativeSystemInformation(
    SystemInformationClass: u32,
    NativeSystemInformation: *mut c_void,
    InformationLength: u32,
    ReturnLength: *mut u32
) -> NTSTATUS