pub unsafe extern "system" fn BluetoothGATTGetDescriptors(
    hdevice: HANDLE,
    characteristic: *const BTH_LE_GATT_CHARACTERISTIC,
    descriptorsbuffercount: u16,
    descriptorsbuffer: *mut BTH_LE_GATT_DESCRIPTOR,
    descriptorsbufferactual: *mut u16,
    flags: u32,
) -> HRESULT