Copy as Markdown

Other Tools

/* automatically generated by rust-bindgen 0.72.0 */
pub type PRTime = PRInt64;
unsafe extern "C" {
pub fn PR_Now() -> PRTime;
}