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