Function RegGetKeySecurity

Source
pub unsafe extern "C" fn RegGetKeySecurity(
    hKey: HKEY,
    SecurityInformation: SECURITY_INFORMATION,
    pSecurityDescriptor: PSECURITY_DESCRIPTOR,
    lpcbSecurityDescriptor: LPDWORD,
) -> LSTATUS