pub unsafe fn alljoyn_observer_create<P0>(
    bus: P0,
    mandatoryinterfaces: *const *const i8,
    nummandatoryinterfaces: usize
) -> alljoyn_observer
where P0: IntoParam<alljoyn_busattachment>,