pub unsafe extern "system" fn RtlNormalizeSecurityDescriptor(
    securitydescriptor: *mut *mut SECURITY_DESCRIPTOR,
    securitydescriptorlength: u32,
    newsecuritydescriptor: *mut *mut SECURITY_DESCRIPTOR,
    newsecuritydescriptorlength: *mut u32,
    checkonly: BOOLEAN
) -> BOOLEAN
Expand description

Required features: ‘Win32_Security’, ‘Win32_Foundation’