pub unsafe extern "C-unwind" fn SecStaticCodeCreateWithPathAndAttributes(
path: &CFURL,
flags: SecCSFlags,
attributes: &CFDictionary,
static_code: NonNull<*const SecStaticCode>,
) -> i32
👎Deprecated: renamed to
SecStaticCode::create_with_path_and_attributes
Available on crate features
CSCommon
and SecStaticCode
only.