pub unsafe fn GetSecurityDescriptorRMControl<P0>(
    securitydescriptor: P0,
    rmcontrol: *mut u8
) -> u32
where P0: IntoParam<PSECURITY_DESCRIPTOR>,