windows::Wdk::Storage::FileSystem

Function FsRtlIsNameInUnUpcasedExpression

pub unsafe fn FsRtlIsNameInUnUpcasedExpression<P3>(
    expression: *const UNICODE_STRING,
    name: *const UNICODE_STRING,
    ignorecase: bool,
    upcasetable: P3,
) -> bool
where P3: Param<PCWSTR>,