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