pub unsafe fn RtlUnicodeStringToAnsiString<P0>(
    destinationstring: *mut STRING,
    sourcestring: *mut UNICODE_STRING,
    allocatedestinationstring: P0
) -> NTSTATUS
where P0: IntoParam<BOOLEAN>,