windows::Win32::Devices::AllJoyn

Function alljoyn_busobject_methodreply_err

pub unsafe fn alljoyn_busobject_methodreply_err<P2, P3>(
    bus: alljoyn_busobject,
    msg: alljoyn_message,
    error: P2,
    errormessage: P3,
) -> QStatus
where P2: Param<PCSTR>, P3: Param<PCSTR>,