pub unsafe fn Dhcpv6ReleasePrefix<P0>(
    adaptername: P0,
    classid: *mut DHCPV6CAPI_CLASSID,
    leaseinfo: *mut DHCPV6PrefixLeaseInformation
) -> u32
where P0: IntoParam<PCWSTR>,