pub unsafe fn AllJoynSendToBus<P0>(
    connectedbushandle: P0,
    buffer: Option<*const c_void>,
    bytestowrite: u32,
    bytestransferred: Option<*mut u32>,
    reserved: *mut c_void
) -> Result<()>
where P0: IntoParam<HANDLE>,