pub unsafe fn DhcpV4FailoverGetScopeRelationship<P0>(
    serveripaddress: P0,
    scopeid: u32,
    prelationship: *mut *mut DHCP_FAILOVER_RELATIONSHIP
) -> u32
where P0: IntoParam<PCWSTR>,