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