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