pub unsafe extern "system" fn RtlUnicodeStringToInt64(
    string: *const UNICODE_STRING,
    base: u32,
    number: *mut i64,
    endpointer: *mut PWSTR
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation"