pub unsafe fn alljoyn_busattachment_addlogonentry<P0, P1, P2, P3>(
    bus: P0,
    authmechanism: P1,
    username: P2,
    password: P3
) -> QStatus
where P0: IntoParam<alljoyn_busattachment>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>,