pub unsafe fn PeerGroupExportConfig<P0>(
    hgroup: *const c_void,
    pwzpassword: P0
) -> Result<PWSTR>
where P0: IntoParam<PCWSTR>,