Function windows::Wdk::System::SystemServices::RtlNormalizeSecurityDescriptor
pub unsafe fn RtlNormalizeSecurityDescriptor<P0>(
securitydescriptor: *mut PSECURITY_DESCRIPTOR,
securitydescriptorlength: u32,
newsecuritydescriptor: Option<*mut PSECURITY_DESCRIPTOR>,
newsecuritydescriptorlength: Option<*mut u32>,
checkonly: P0,
) -> BOOLEANwhere
P0: Param<BOOLEAN>,