pub unsafe fn BluetoothGATTAbortReliableWrite<P0>(
    hdevice: P0,
    reliablewritecontext: u64,
    flags: u32
) -> Result<()>
where P0: IntoParam<HANDLE>,