pub unsafe extern "system" fn RtlUTF8StringToUnicodeString(
    destinationstring: *mut UNICODE_STRING,
    sourcestring: *const STRING,
    allocatedestinationstring: BOOLEAN,
) -> NTSTATUS