pub unsafe fn alljoyn_busattachment_create<P0>(
    applicationname: P0,
    allowremotemessages: i32
) -> alljoyn_busattachment
where P0: IntoParam<PCSTR>,