pub unsafe fn alljoyn_keystorelistener_putkeys<P0, P1, P2, P3>(
    listener: P0,
    keystore: P1,
    source: P2,
    password: P3
) -> QStatus
where P0: IntoParam<alljoyn_keystorelistener>, P1: IntoParam<alljoyn_keystore>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>,