pub unsafe extern "system" fn RtlFindUnicodePrefix(
    prefixtable: *const UNICODE_PREFIX_TABLE,
    fullname: *const UNICODE_STRING,
    caseinsensitiveindex: u32
) -> *mut UNICODE_PREFIX_TABLE_ENTRY
Expand description

Required features: "Wdk_Foundation", "Win32_Foundation"