Function windows::Wdk::Storage::FileSystem::FsRtlIsNameInUnUpcasedExpression
pub unsafe fn FsRtlIsNameInUnUpcasedExpression<P0, P1>(
expression: *const UNICODE_STRING,
name: *const UNICODE_STRING,
ignorecase: P0,
upcasetable: P1,
) -> BOOLEANwhere
P0: Param<BOOLEAN>,
P1: Param<PCWSTR>,