pub unsafe extern "C" fn kernel_copy_script_pubkey_data(
script_pubkey: *const kernel_ScriptPubkey,
) -> *mut kernel_ByteArrayExpand description
@brief Copies the script pubkey data into the returned byte array. @param[in] script_pubkey Non-null. @return The serialized script pubkey data.