pub unsafe extern "C" fn bps_create_linear(
source: mem,
target: mem,
metadata: mem,
patch: *mut mem,
) -> bpserrorExpand description
Creates a BPS patch that converts source to target and stores it to patch.
It is safe to give {NULL, 0} as metadata.