windows::Win32::Devices::AllJoyn

Function alljoyn_interfacedescription_addproperty

pub unsafe fn alljoyn_interfacedescription_addproperty<P1, P2>(
    iface: alljoyn_interfacedescription,
    name: P1,
    signature: P2,
    access: u8,
) -> QStatus
where P1: Param<PCSTR>, P2: Param<PCSTR>,