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