pub unsafe fn BluetoothSendAuthenticationResponse<P0, P1>(
    hradio: P0,
    pbtdi: *const BLUETOOTH_DEVICE_INFO,
    pszpasskey: P1
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,