pub unsafe fn BluetoothGATTGetDescriptors<P0>(
    hdevice: P0,
    characteristic: *const BTH_LE_GATT_CHARACTERISTIC,
    descriptorsbuffer: Option<&mut [BTH_LE_GATT_DESCRIPTOR]>,
    descriptorsbufferactual: *mut u16,
    flags: u32
) -> Result<()>
where P0: IntoParam<HANDLE>,