pub unsafe fn alljoyn_busattachment_getpeerguid<P0, P1, P2>(
    bus: P0,
    name: P1,
    guid: P2,
    guidsz: *mut usize
) -> QStatus
where P0: IntoParam<alljoyn_busattachment>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,