Function windows::Wdk::Storage::FileSystem::SeCreateClientSecurity

pub unsafe fn SeCreateClientSecurity<P0, P1>(
    clientthread: P0,
    clientsecurityqos: *const SECURITY_QUALITY_OF_SERVICE,
    remotesession: P1,
    clientcontext: *mut SECURITY_CLIENT_CONTEXT,
) -> NTSTATUS
where P0: Param<PETHREAD>, P1: Param<BOOLEAN>,