pub unsafe fn alljoyn_proxybusobject_create_secure<P0, P1, P2>(
    bus: P0,
    service: P1,
    path: P2,
    sessionid: u32
) -> alljoyn_proxybusobject
where P0: IntoParam<alljoyn_busattachment>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,