pub unsafe extern "C" fn LLVMRemarkParserCreateYAML(
Buf: *const c_void,
Size: u64,
) -> LLVMRemarkParserRef
Expand description
Creates a remark parser that can be used to parse the buffer located in Buf of size Size bytes.
pub unsafe extern "C" fn LLVMRemarkParserCreateYAML(
Buf: *const c_void,
Size: u64,
) -> LLVMRemarkParserRef
Creates a remark parser that can be used to parse the buffer located in Buf of size Size bytes.