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
Expand description

Required features: "Wdk_Foundation", "Win32_Foundation", "Win32_Security"