Function windows::Wdk::Storage::FileSystem::FsRtlIsNameInExpression

pub unsafe fn FsRtlIsNameInExpression<P0, P1>(
    expression: *const UNICODE_STRING,
    name: *const UNICODE_STRING,
    ignorecase: P0,
    upcasetable: P1,
) -> BOOLEAN
where P0: Param<BOOLEAN>, P1: Param<PCWSTR>,