pub unsafe fn alljoyn_busattachment_removesessionmember<P0, P1>(
    bus: P0,
    sessionid: u32,
    membername: P1
) -> QStatus
where P0: IntoParam<alljoyn_busattachment>, P1: IntoParam<PCSTR>,