pub unsafe fn ConvertInterfaceNameToLuidA<P0>(
    interfacename: P0,
    interfaceluid: *mut NET_LUID_LH
) -> WIN32_ERROR
where P0: IntoParam<PCSTR>,