pub unsafe fn alljoyn_busattachment_findadvertisednamebytransport<P0, P1>(
    bus: P0,
    nameprefix: P1,
    transports: u16,
) -> QStatus
where P0: Param<alljoyn_busattachment>, P1: Param<PCSTR>,