pub unsafe fn Dhcpv6RequestParams<P0, P1>(
    forcenewinform: P0,
    reserved: *mut c_void,
    adaptername: P1,
    classid: *mut DHCPV6CAPI_CLASSID,
    recdparams: DHCPV6CAPI_PARAMS_ARRAY,
    buffer: *mut u8,
    psize: *mut u32
) -> u32
where P0: IntoParam<BOOL>, P1: IntoParam<PCWSTR>,