Function windows::Wdk::Storage::FileSystem::RtlOemStringToUnicodeString

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