pub unsafe extern "system" fn RtlUnicodeStringToInteger(
    string: *const UNICODE_STRING,
    base: u32,
    value: *mut u32
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation"