pub unsafe fn alljoyn_busattachment_getinterfaces<P0>(
    bus: P0,
    ifaces: *const alljoyn_interfacedescription,
    numifaces: usize
) -> usize
where P0: IntoParam<alljoyn_busattachment>,