pub unsafe fn BluetoothAuthenticateMultipleDevices<P0, P1>(
    hwndparent: P0,
    hradio: P1,
    rgbtdi: &mut [BLUETOOTH_DEVICE_INFO]
) -> u32
where P0: IntoParam<HWND>, P1: IntoParam<HANDLE>,