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