pub unsafe fn RtlIpv4StringToAddressW<P0, P1>(
    s: P0,
    strict: P1,
    terminator: *mut PCWSTR,
    addr: *mut IN_ADDR
) -> i32
where P0: IntoParam<PCWSTR>, P1: IntoParam<BOOLEAN>,