Function relay_cabi::relay_publickey_parse
source ยท #[no_mangle]
pub unsafe extern "C" fn relay_publickey_parse(
s: *const RelayStr,
) -> *mut RelayPublicKey
Expand description
Parses a public key from a string.
#[no_mangle]
pub unsafe extern "C" fn relay_publickey_parse(
s: *const RelayStr,
) -> *mut RelayPublicKey
Parses a public key from a string.