pub unsafe extern "C" fn otThreadSetPreferredLeaderPartitionId(
    aInstance: *mut otInstance,
    aPartitionId: u32
)
Expand description

Set the preferred Thread Leader Partition Id used when operating in the Leader role.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aPartitionId The Thread Leader Partition Id value.