Function windows_sys::Wdk::Storage::FileSystem::SeAdjustObjectSecurity

pub unsafe extern "system" fn SeAdjustObjectSecurity(
    objectname: *const UNICODE_STRING,
    originaldescriptor: PSECURITY_DESCRIPTOR,
    proposeddescriptor: PSECURITY_DESCRIPTOR,
    subjectsecuritycontext: *const SECURITY_SUBJECT_CONTEXT,
    adjusteddescriptor: *mut PSECURITY_DESCRIPTOR,
    applyadjusteddescriptor: *mut BOOLEAN,
) -> NTSTATUS