Function windows::Wdk::Storage::FileSystem::SeAdjustObjectSecurity
pub unsafe fn SeAdjustObjectSecurity<P0, P1>(
objectname: *const UNICODE_STRING,
originaldescriptor: P0,
proposeddescriptor: P1,
subjectsecuritycontext: *const SECURITY_SUBJECT_CONTEXT,
adjusteddescriptor: *mut PSECURITY_DESCRIPTOR,
applyadjusteddescriptor: *mut BOOLEAN,
) -> NTSTATUSwhere
P0: Param<PSECURITY_DESCRIPTOR>,
P1: Param<PSECURITY_DESCRIPTOR>,