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