pub unsafe fn alljoyn_abouticon_seturl<P0, P1, P2>(
    icon: P0,
    type: P1,
    url: P2
) -> QStatus
where P0: IntoParam<alljoyn_abouticon>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,