pub unsafe fn RtlIpv6StringToAddressA<P0>(
    s: P0,
    terminator: *mut PCSTR,
    addr: *mut IN6_ADDR
) -> i32
where P0: IntoParam<PCSTR>,